Skip to content

SUNDIALS: Fix N_VInvTest_MultiFab#5236

Merged
WeiqunZhang merged 1 commit intoAMReX-Codes:developmentfrom
WeiqunZhang:sun_invtest
Apr 1, 2026
Merged

SUNDIALS: Fix N_VInvTest_MultiFab#5236
WeiqunZhang merged 1 commit intoAMReX-Codes:developmentfrom
WeiqunZhang:sun_invtest

Conversation

@WeiqunZhang
Copy link
Copy Markdown
Member

The operation should be done on all components.

This also fixes another issue. N_VInvTest should return MPI-reduced result, not local result. If we want local reduction result, that should be N_InvTestLocal.

Close #5039.

The operation should be done on all components.

This also fixes another issue. N_VInvTest should return MPI-reduced result,
not local result. If we want local reduction result, that should be
N_InvTestLocal.

Close AMReX-Codes#5039.
@WeiqunZhang WeiqunZhang requested a review from atmyers March 26, 2026 18:47
@WeiqunZhang WeiqunZhang merged commit 50ff9f2 into AMReX-Codes:development Apr 1, 2026
74 checks passed
@WeiqunZhang WeiqunZhang deleted the sun_invtest branch April 1, 2026 20:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

N_VInvTest_MultiFab only checks component 0 and ignores remaining components

2 participants